inspector: Allow disposing the inspector
authorMatthias Clasen <mclasen@redhat.com>
Sat, 18 Jul 2020 03:15:42 +0000 (23:15 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 18 Jul 2020 03:15:42 +0000 (23:15 -0400)
commitfacf78a5b6fdc4dda59751bda708a9f573f9d488
tree1cbe8e572b37e501c9b88527100906349ab601a0
parent6b19fcd85921d39fdf18479641bc3b36e0d6e86c
inspector: Allow disposing the inspector

We were hiding the inspector when the window
is closed, but that has the side-effect of
keeping references to application windows,
so we would keep them artificially alive,
which can have side-effects.

So, make the inspector go away when closed.
gtk/inspector/window.c